* coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 04:37:19 +0000 (20:37 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 04:37:19 +0000 (20:37 -0800)
commita40ec27b91dcdc0a1a9fa3d61b42ed31299a9f15
tree8e9deb06b19837741f06df6f65577033f3b40ebe
parent63c9583874e6a3ec19825743cf6ea241cfde76ca
* coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside

a block, when the outer 'i' will do.
(decode_coding_utf_8, decode_coding_utf_16, detect_coding_emacs_mule):
(emacs_mule_char, decode_coding_emacs_mule, detect_coding_iso_2022):
(decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5):
(decode_coding_raw_text, decode_coding_charset, get_translation_table):
(Fdecode_sjis_char, Fdefine_coding_system_internal):
Rename locals to avoid shadowing.
* character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
src/ChangeLog
src/character.h
src/coding.c